Skip to content

[Off Platform SDK]UX nits#1024

Open
nl917 wants to merge 2 commits into
mainfrom
add-styling
Open

[Off Platform SDK]UX nits#1024
nl917 wants to merge 2 commits into
mainfrom
add-styling

Conversation

@nl917
Copy link
Copy Markdown
Contributor

@nl917 nl917 commented May 23, 2026

No description provided.

Comment thread src/kaggle/api/kaggle_api_extended.py Fixed
api_key = env_vars.get("MODEL_PROXY_API_KEY", "")
masked_api_key = "****************" + api_key[-4:] if len(api_key) > 4 else api_key
if api_key:
print(f" API Key (ends in ...{api_key[-4:]})")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants